object F_Main: TF_Main Left = 276 Top = 139 Width = 346 Height = 298 Caption = 'Jigsaw Puzzles' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MM_Menu OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object I_Win1: TImage Left = 40 Top = 120 Width = 49 Height = 57 Visible = False OnMouseDown = I_Win1MouseDown OnMouseMove = I_Win1MouseMove OnMouseUp = I_Win1MouseUp end object I_Win2: TImage Left = 104 Top = 120 Width = 49 Height = 57 Visible = False OnMouseDown = I_Win1MouseDown OnMouseMove = I_Win1MouseMove OnMouseUp = I_Win1MouseUp end object S_Frame: TShape Left = 120 Top = 24 Width = 97 Height = 57 Pen.Color = clMaroon Pen.Mode = pmNotXor Pen.Style = psDot Visible = False end object I_Masks: TImage Left = 184 Top = 120 Width = 81 Height = 57 Visible = False end object P_DoneAvi: TPanel Left = 240 Top = 64 Width = 49 Height = 41 BevelOuter = bvNone TabOrder = 0 Visible = False OnClick = P_DoneAviClick end object MediaPlayer2: TMediaPlayer Left = 40 Top = 208 Width = 253 Height = 25 Display = P_DoneAvi Visible = False TabOrder = 1 OnNotify = MediaPlayer2Notify end object MM_Menu: TMainMenu Left = 8 Top = 8 object MI_File: TMenuItem Caption = '&File' object MI_FileOpen: TMenuItem Caption = '&Open new puzzle...' ShortCut = 114 OnClick = MI_FileOpenClick end object MI_FileOpenSolve: TMenuItem Caption = 'Open saved &puzzle...' OnClick = MI_FileOpenSolveClick end object MI_FileSave: TMenuItem Caption = '&Save' Enabled = False ShortCut = 113 OnClick = MI_FileSaveClick end object MI_FileSaveAs: TMenuItem Caption = 'Save &as...' Enabled = False OnClick = MI_FileSaveAsClick end object MI_FileSep1: TMenuItem Caption = '-' end object MI_FileExit: TMenuItem Caption = '&Exit' ShortCut = 16472 OnClick = MI_FileExitClick end end object MI_Edit: TMenuItem Caption = '&Options' Enabled = False object MI_EditBkg: TMenuItem Caption = '&Background...' OnClick = MI_EditBkgClick end object MI_EditPutTiles: TMenuItem Caption = '&Find lost pieces' OnClick = MI_EditPutTilesClick end object N4: TMenuItem Caption = '-' end object MI_EditWinSize: TMenuItem Caption = '&Window size...' OnClick = MI_EditWinSizeClick end object N5: TMenuItem Caption = '-' end object MI_EditAutoSave: TMenuItem Caption = '&Auto save jigsaw...' OnClick = MI_EditAutoSaveClick end object N6: TMenuItem Caption = '-' end object MI_EditSound: TMenuItem Caption = '&Sound and video...' OnClick = MI_EditSoundClick end end object MI_Win: TMenuItem Caption = '&Window' Enabled = False object MI_Win1: TMenuItem Caption = '&First Window' ShortCut = 116 OnClick = MI_Win1Click end object MI_Win2: TMenuItem Caption = '&Second Window' ShortCut = 117 OnClick = MI_Win2Click end object N2: TMenuItem Caption = '-' end object MI_WinThumbnail: TMenuItem Caption = '&Thumbnail' ShortCut = 115 OnClick = MI_WinThumbnailClick end object N3: TMenuItem Caption = '-' end object MI_WinInfo: TMenuItem Caption = '&Image info...' OnClick = MI_WinInfoClick end end object MI_Help: TMenuItem Caption = '&Help' object MI_HelpCont: TMenuItem Caption = '&Contents' ShortCut = 112 OnClick = MI_HelpContClick end object N1: TMenuItem Caption = '-' end object MI_HelpAbout: TMenuItem Caption = '&About ...' OnClick = MI_HelpAboutClick end end end object CD_Bkg: TColorDialog Ctl3D = True Color = clGray Left = 8 Top = 40 end object T_AutoSave: TTimer Enabled = False OnTimer = T_AutoSaveTimer Left = 240 Top = 24 end end